home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4752 < prev    next >
Encoding:
Text File  |  1996-08-06  |  851 b   |  51 lines

  1. Path: ias_ppp0115.iamerica.net!72274.264
  2. From: 72274.264@compuserve.com (Sergey Kurtsev)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Why C++ sucks++
  5. Date: Wed, 31 Jan 1996 05:38:16 -0500
  6. Organization: Hello, all.
  7. Message-ID: <72274.264.53.0051923A@compuserve.com>
  8. References: <1996Jan29.223357.1@aspen>
  9. NNTP-Posting-Host: ias_ppp0115.iamerica.net
  10. X-Newsreader: Trumpet for Windows [Version 1.0 Rev B]
  11.  
  12. In article <1996Jan29.223357.1@aspen> ferriom@aspen writes:
  13.  
  14.  
  15.   <
  16.    BASIC skipped
  17.    FORTRAN skipped
  18.    PASCAL skipped
  19.    _WHATEVERITIS_ skipped (by the way - what is it?)
  20.    C++ skipped
  21.   >
  22.  
  23.  
  24.  Couldn't you just write for C/C++:
  25.  
  26. #include <stdio.h>
  27.  
  28. main()
  29. {
  30.  printf("Hello world\n");
  31. }
  32.  
  33.  
  34.  Ahhh?...
  35.  
  36.  Good luck in
  37.  
  38.   ORG 100h
  39.  .CODE
  40.   LEA DX,text1
  41.   MOV AH,09h
  42.   INT 21h
  43.   INT 20h
  44.  
  45.  .DATA
  46. text1 DB "Hello world",10,13,'$'
  47.  
  48.  
  49.  With [beep:-] from
  50.  Sergey.
  51.